-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only add gcr.io images to publish results #4283
Conversation
The release process generates and number of container images and publishes them to gcr.io as well as three regional versions of the registry. Today all those images are added to the IMAGES result, for signing by chains, however that causes the nightly build to fail as we hit the termination message size limit. Until we have a way to store larger results, we shall only sign images on gcr.io as a workaround. Workaround to tektoncd#4282 Signed-off-by: Andrea Frittoli <[email protected]>
Could we "split" the result into multiple bucket (that we know of) ? Like the main one, asia, europe, … ? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We could, however in my understanding we would need to run one |
/lgtm would it be overkill to run |
I would like to cherry pick this in v0.28.x. I believe there is no need to create a separate patch since this is something consumed by the dogfooding cluster and not user facing. I have updated the definition on the dogfooding cluster while creating v0.28.2 after cherry picking this change. |
Changes
The release process generates and number of container images and
publishes them to gcr.io as well as three regional versions of the
registry. Today all those images are added to the IMAGES result,
for signing by chains, however that causes the nightly build to
fail as we hit the termination message size limit.
Until we have a way to store larger results, we shall only sign
images on gcr.io as a workaround.
Workaround to #4282
Signed-off-by: Andrea Frittoli [email protected]
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes